home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / fgl105c.zip / 12-05.C < prev    next >
Text File  |  1991-05-06  |  203b  |  13 lines

  1. main()
  2. {
  3.    int status;
  4.  
  5.    fg_setmode(-1);
  6.    status = fg_mouseini();
  7.  
  8.    if (status < 0)
  9.       printf("Mouse not available.\n");
  10.    else
  11.       printf("%d button mouse found.\n",status);
  12. }
  13.